![]() |
Fractale Tree
0.5
Plot Tree Fractale
|
#include <qwidget_tree.h>
Signals | |
void | Value_changed () |
Public Member Functions | |
QWidget_tree (QWidget *parent=0) | |
int | Get_Value () |
void | Set_Value (int value) |
double | Get_Prcent () |
void | Set_Prcent (double prcent) |
void | Init () |
Private Attributes | |
double | Prcent |
QSpinBox * | SpinBox_Value |
QLabel * | Label_Prcent |
QVBoxLayout * | VBoxLayout |
Definition at line 16 of file qwidget_tree.h.
|
explicit |
Definition at line 3 of file qwidget_tree.cpp.
References Init(), Label_Prcent, SpinBox_Value, Value_changed(), and VBoxLayout.
double QWidget_tree::Get_Prcent | ( | ) |
Definition at line 54 of file qwidget_tree.cpp.
References Prcent.
int QWidget_tree::Get_Value | ( | ) |
Definition at line 49 of file qwidget_tree.cpp.
References SpinBox_Value.
Referenced by QWidget_trees::Get_Value_By_Index(), and QWidget_trees::Update_Value().
void QWidget_tree::Init | ( | ) |
Definition at line 28 of file qwidget_tree.cpp.
References Set_Prcent(), and Set_Value().
Referenced by QWidget_tree().
void QWidget_tree::Set_Prcent | ( | double | prcent | ) |
Definition at line 34 of file qwidget_tree.cpp.
References Label_Prcent, and Prcent.
Referenced by Init(), and QWidget_trees::Update_Value().
void QWidget_tree::Set_Value | ( | int | value | ) |
Definition at line 43 of file qwidget_tree.cpp.
References SpinBox_Value.
Referenced by Init(), and QWidget_trees::Set_Value_By_Index().
|
signal |
|
private |
Definition at line 36 of file qwidget_tree.h.
Referenced by QWidget_tree(), and Set_Prcent().
|
private |
Definition at line 33 of file qwidget_tree.h.
Referenced by Get_Prcent(), and Set_Prcent().
|
private |
Definition at line 35 of file qwidget_tree.h.
Referenced by Get_Value(), QWidget_tree(), and Set_Value().
|
private |
Definition at line 38 of file qwidget_tree.h.
Referenced by QWidget_tree().